修改ruby软件包的sources国外服务器不给力,经常链接失败,换成国内淘宝的:https://ruby.taobao.org/先移除本有的sourcesgem sources --remove https://rubygems.org/安装淘宝sources:gem sources -a htt...
分类:
其他好文 时间:
2015-11-27 19:36:43
阅读次数:
170
本文转自:http://www.cnblogs.com/janas/archive/2012/08/27/2659240.html一、安装配置PHP1、下载Php的版本zip包之后,解压缩到指定目录。下载地址:http://www.php.net/downloads.php2、在Apache的htt...
分类:
数据库 时间:
2015-11-27 13:00:44
阅读次数:
261
题目:Given a sorted integer array without duplicates, return the summary of its ranges.For example, given[0,1,2,4,5,7], return["0->2","4->5","7"].链接:htt...
分类:
其他好文 时间:
2015-11-26 06:57:47
阅读次数:
136
参数说明示例$remote_addr客户端地址211.28.65.253$remote_user客户端用户名称--$time_local访问时间和时区18/Jul/2012:17:00:01 +0800$request请求的URI和HTTP协议"GET /article-10000.html HTT...
分类:
其他好文 时间:
2015-11-25 16:51:34
阅读次数:
159
参考网址:http://www.xuebuyuan.com/1353431.htmlhttp://www.2cto.com/os/201309/242543.htmlhttp://my.oschina.net/Obahua/blog/1106121. 安装understand(1) 首先从官网htt...
分类:
系统相关 时间:
2015-11-24 17:22:12
阅读次数:
408
参考资料:《The Docker Book》- Testing with Docker《Docker从入门到实践》– 标准化开发测试和生产环境http://wiki.jikexueyuan.com/project/docker-technology-and-combat/environment.html构建基于 Docker + Jenkins + Sahi 的 Web UI 自动化测试环境htt...
分类:
其他好文 时间:
2015-11-22 10:01:18
阅读次数:
123
转自:http://blog.sina.com.cn/s/blog_5d73ba76010145rr.html首先看一个完整代码示例,关于nginx 301 302跳转的。301跳转设置:server {listen 80;server_name 123.com;rewrite ^/(.*) htt...
分类:
其他好文 时间:
2015-11-21 13:10:23
阅读次数:
102
资讯类:久久经验—http://www.exp99.com51CTO—http://www.51cto.com前端网—http://www.w3cfuns.com淘宝UED—http://ued.taobao.org/blog/设计类:千图网—http://www.58pic.com/千库网—htt...
分类:
其他好文 时间:
2015-11-19 16:42:27
阅读次数:
170
kafka:(./kafka-server-start.sh ../config/server.properties &)flume:(bin/flume-ng agent -n agent -c conf -f conf/flume-node -Dflume.monitoring.type=htt...
分类:
其他好文 时间:
2015-11-16 10:46:09
阅读次数:
126
前两天,第三方合作公司给我们一个Webservice的链接,说是Java做的,里面有个sendMsg()方法,让我们在用php做的项目里推送消息给他们。我们公司是有用.net做的Webservice,而Java的Webservice没用过。他们提供的东西:1. Java Webservice:htt...
分类:
编程语言 时间:
2015-11-12 23:26:21
阅读次数:
380